Add two users of gtk_widget_insert_action_group
authorLars Uebernickel <lars.uebernickel@canonical.com>
Fri, 17 Aug 2012 22:21:59 +0000 (18:21 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 20 Aug 2012 17:11:01 +0000 (13:11 -0400)
commitab3b41374a1e6e6d16daaa34627262a19492c001
tree7d7a290eb1091fc8d817d860e5271d7f21715515
parent652f16dd985dbc1bebb64b93abf490c9b4abc95c
Add two users of gtk_widget_insert_action_group

Each GtkWindow with an associated GtkApplication should add this as
"app" to its action context.  Each GtkApplicationWindow is its own
GActionGroup, and it should add itself to itself with the prefix "win".

There is now some duplication here because we have the new GActionMuxer
hierarchy managed by GtkWidget, but GtkApplicationWindow still carries
its own muxer.  The redundancy will be removed in a future patch.
gtk/gtkapplicationwindow.c
gtk/gtkwindow.c